All Objects Support

To report on an object type, use that object type within the <Name> element. To report on all objects in Mart, do not define the <Name> element.

In the example script given below, the type of object for which the report is generated is not mentioned. This script generates a report on all objects returning the object type, name, and definition. Remember to add the Alias tag.

Syntax:

<report>
    <Name>Definitions</Name>
        <Object_Type>
            <Alias>Objects</Alias>
            <Report_Output>
                <Property>
                    <Type>Object_Type</Type>
                    <Type>Name</Type>
                    <Type>Definition</Type>
                </Property>
             </Report_Output>
         </Object_Type>
</report>